projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94b342c
)
(lw_separator_p): Check for new-style separators
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 14 Sep 1999 15:30:15 +0000
(15:30 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 14 Sep 1999 15:30:15 +0000
(15:30 +0000)
differently.
lwlib/lwlib.c
patch
|
blob
|
history
diff --git
a/lwlib/lwlib.c
b/lwlib/lwlib.c
index 9939a5dcc96e8e57343f64d951b8321eee1eabfc..f2e564137fed1cb8cc9c6c500bdbf4816906d2fd 100644
(file)
--- a/
lwlib/lwlib.c
+++ b/
lwlib/lwlib.c
@@
-1454,7
+1454,8
@@
lw_separator_p (label, type, motif_p)
}
}
else if (strlen (label) > 3
- && bcmp (label, "--", 2) == 0)
+ && bcmp (label, "--", 2) == 0
+ && label[2] != '-')
{
/* Alternative, more Emacs-style names. */
static struct separator_table